Shifts the current value left by the specified number of bits.
Discards the high-order bits that are outside the range of the result type and sets the low-order empty bit positions to zero.
UInt16N INumeric<UInt16N>.LeftShift(
int count
)
Private Function LeftShift (
count As Integer
) As UInt16N Implements INumeric(Of UInt16N).LeftShift
private:
virtual UInt16N LeftShift(
int count
) sealed = INumeric<UInt16N>::LeftShift
private abstract LeftShift :
count : int -> UInt16N
private override LeftShift :
count : int -> UInt16N